Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change: move read_vote function from RaftLogStorage to RaftLogReader #1080

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

guojidan
Copy link
Contributor

@guojidan guojidan commented Mar 22, 2024

closed: #1077

Checklist

  • Updated guide with pertinent info (may not always apply).
  • Squash down commits to one or two logical commits which clearly describe the work you've done.
  • Unittest is a friend:)

This change is Reviewable

Copy link
Member

@drmingdrmer drmingdrmer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not a Chore change. It introduces breaking API change and should be a Change:

Reviewed 13 of 13 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @guojidan)

@guojidan guojidan changed the title Chore: move read_vote function from RaftLogStorage to RaftLogReader Change: move read_vote function from RaftLogStorage to RaftLogReader Mar 25, 2024
@drmingdrmer drmingdrmer merged commit 29cefe5 into databendlabs:main Mar 25, 2024
31 of 32 checks passed
@guojidan guojidan deleted the move branch March 25, 2024 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

move trait method: from RaftLogStorage to RaftLogReader::read_vote()
2 participants